raar.language
Class RAPrintStatement

java.lang.Object
  extended by raar.language.RAPrintStatement
All Implemented Interfaces:
java.io.Serializable, RADebuggable, RAStatement

public class RAPrintStatement
extends java.lang.Object
implements RAStatement, RADebuggable

Models the RAAR PRINT statement that can print some info to the debugger window.

See Also:
Serialized Form

Constructor Summary
RAPrintStatement(java.lang.String varName, RAPointer toPrintP)
           
 
Method Summary
 void execute()
           
 java.lang.String getDebugInfo()
          Get debug info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAPrintStatement

public RAPrintStatement(java.lang.String varName,
                        RAPointer toPrintP)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException

getDebugInfo

public java.lang.String getDebugInfo()
Description copied from interface: RADebuggable
Get debug info.

Specified by:
getDebugInfo in interface RADebuggable